home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 July / CHIP Turkiye Temmuz 2000.iso / prog / share / 19 / 19.exe / FOXMAIL.EXE / 0 / RCDATA / TF_TREE / TF_TREE.txt
Text File  |  1998-04-28  |  6KB  |  252 lines

  1. object F_tree: TF_tree
  2.   Left = 0
  3.   Top = 107
  4.   Width = 640
  5.   Height = 343
  6.   Caption = 'F_tree'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsMDIChild
  13.   KeyPreview = True
  14.   Position = poDefault
  15.   Visible = True
  16.   OnActivate = FormActivate
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnKeyPress = FormKeyPress
  21.   OnResize = FormResize
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object H_Split: TSplitter
  26.     Left = 0
  27.     Top = 160
  28.     Width = 632
  29.     Height = 18
  30.     Cursor = crVSplit
  31.     Align = alTop
  32.     Beveled = False
  33.     OnMoved = H_SplitMoved
  34.   end
  35.   object E_subject: TLabel
  36.     Left = 36
  37.     Top = 166
  38.     Width = 47
  39.     Height = 13
  40.     Caption = 'E_subject'
  41.   end
  42.   object SB_nopreview: TSpeedButton
  43.     Left = 4
  44.     Top = 162
  45.     Width = 21
  46.     Height = 14
  47.     Flat = True
  48.     ParentShowHint = False
  49.     ShowHint = True
  50.     OnClick = SB_nopreviewClick
  51.   end
  52.   object SB_attach: TSpeedButton
  53.     Left = 500
  54.     Top = 162
  55.     Width = 21
  56.     Height = 14
  57.     Flat = True
  58.     Visible = False
  59.     OnClick = SB_attachClick
  60.   end
  61.   object UpperPanel: TPanel
  62.     Left = 0
  63.     Top = 0
  64.     Width = 632
  65.     Height = 160
  66.     Align = alTop
  67.     BevelOuter = bvNone
  68.     TabOrder = 0
  69.     object Splitter: TSplitter
  70.       Left = 140
  71.       Top = 0
  72.       Width = 2
  73.       Height = 160
  74.       Cursor = crHSplit
  75.       Beveled = False
  76.       OnMoved = SplitterMoved
  77.     end
  78.     object LeftPanel: TPanel
  79.       Left = 0
  80.       Top = 0
  81.       Width = 140
  82.       Height = 160
  83.       Align = alLeft
  84.       BevelOuter = bvNone
  85.       BorderWidth = 1
  86.       Ctl3D = True
  87.       ParentCtl3D = False
  88.       TabOrder = 0
  89.       object LeftCaptionPanel: TPanel
  90.         Left = 1
  91.         Top = 1
  92.         Width = 138
  93.         Height = 17
  94.         Align = alTop
  95.         BorderWidth = 1
  96.         Ctl3D = False
  97.         ParentColor = True
  98.         ParentCtl3D = False
  99.         TabOrder = 0
  100.       end
  101.       object MailOutline: TZOwnerListBox
  102.         Left = 1
  103.         Top = 18
  104.         Width = 138
  105.         Height = 141
  106.         Align = alClient
  107.         Ctl3D = True
  108.         ItemHeight = 13
  109.         ParentCtl3D = False
  110.         PopupMenu = PM_box
  111.         Style = lbOwnerDrawFixed
  112.         TabOrder = 1
  113.         OnClick = MailOutlineClick
  114.         OnDragDrop = MailOutlineDragDrop
  115.         OnDragOver = MailOutlineDragOver
  116.         OnDrawItem = MailOutlineDrawItem
  117.         OnMouseDown = MailOutlineMouseDown
  118.         OnMouseUp = MailOutlineMouseUp
  119.       end
  120.     end
  121.     object RightPanel: TPanel
  122.       Left = 142
  123.       Top = 0
  124.       Width = 490
  125.       Height = 160
  126.       Align = alClient
  127.       BevelOuter = bvNone
  128.       BorderWidth = 1
  129.       Ctl3D = True
  130.       ParentCtl3D = False
  131.       TabOrder = 1
  132.       object MailList: TZListBox
  133.         Left = 1
  134.         Top = 19
  135.         Width = 488
  136.         Height = 140
  137.         Align = alClient
  138.         Ctl3D = True
  139.         DragMode = dmAutomatic
  140.         Font.Charset = DEFAULT_CHARSET
  141.         Font.Color = clBlack
  142.         Font.Height = -12
  143.         Font.Name = 'Courier New'
  144.         Font.Style = []
  145.         ItemHeight = 16
  146.         MultiSelect = True
  147.         ParentCtl3D = False
  148.         ParentFont = False
  149.         Style = lbOwnerDrawFixed
  150.         TabOrder = 0
  151.         OnDblClick = MailListDblClick
  152.         OnDragOver = MailListDragOver
  153.         OnDrawItem = MailListDrawItem
  154.         OnKeyDown = MailListKeyDown
  155.         OnMouseDown = MailListMouseDown
  156.         OnChange = MailListChange
  157.         OnLButtonDown = MailListLButtonDown
  158.       end
  159.       object MailHeader: THeader95
  160.         Left = 1
  161.         Top = 1
  162.         Width = 488
  163.         Height = 18
  164.         Align = alTop
  165.         BorderStyle = bsNone
  166.         Sections.Sections = (
  167.           #0'43'#0'Attr'
  168.           #0'61'#0'Label'
  169.           #0'33'#0'From'
  170.           #0'34'#0'Read'
  171.           #0'107'#0'Sub'
  172.           #0'74'#0'Date'
  173.           #0'28'#0'Size')
  174.         TabOrder = 1
  175.         OnSizing = MailHeaderSizing
  176.         OnSized = MailHeaderSized
  177.         OnClickSection = MailHeaderClickSection
  178.         OnDrawSection = MailHeaderDrawSection
  179.       end
  180.     end
  181.   end
  182.   object BottomPanel: TPanel
  183.     Left = 0
  184.     Top = 178
  185.     Width = 632
  186.     Height = 138
  187.     Align = alClient
  188.     BevelOuter = bvNone
  189.     TabOrder = 1
  190.     OnResize = BottomPanelResize
  191.     object ContentMemo: TZEditor
  192.       Left = 0
  193.       Top = 0
  194.       Width = 632
  195.       Height = 138
  196.       Font.Charset = DEFAULT_CHARSET
  197.       Font.Color = clWindowText
  198.       Font.Height = -12
  199.       Font.Name = '∩┐╜∩┐╜∩┐╜∩┐╜'
  200.       Font.Style = []
  201.       Align = alClient
  202.       ParentColor = False
  203.       TabStop = True
  204.       ScrollBars = ssBoth
  205.       LeftMargin = 10
  206.       TopMargin = 5
  207.       OnURLClick = ContentMemoURLClick
  208.       OnMouseDown = ContentMemoMouseDown
  209.     end
  210.   end
  211.   object Timer: TTimer
  212.     Enabled = False
  213.     Interval = 200
  214.     OnTimer = TimerTimer
  215.     Left = 145
  216.     Top = 121
  217.   end
  218.   object PM_box: TPopupMenu
  219.     AutoPopup = False
  220.     Left = 153
  221.     Top = 41
  222.     object M_box_encrypt: TMenuItem
  223.       Caption = 'E'
  224.       OnClick = M_box_encryptClick
  225.     end
  226.     object N2: TMenuItem
  227.       Caption = '-'
  228.     end
  229.     object M_box_compress: TMenuItem
  230.       Caption = 'C'
  231.       OnClick = M_box_compressClick
  232.     end
  233.     object N1: TMenuItem
  234.       Caption = '-'
  235.     end
  236.     object M_box_property: TMenuItem
  237.       Caption = 'P'
  238.       OnClick = M_box_propertyClick
  239.     end
  240.   end
  241.   object PM_attach: TPopupMenu
  242.     Left = 536
  243.     Top = 88
  244.   end
  245.   object IL_Box: TImageList
  246.     BkColor = clPurple
  247.     AllocBy = 5
  248.     Left = 104
  249.     Top = 96
  250.   end
  251. end
  252.